Uses of Class
de.cebis.moccabox.security.domain.Role

Packages that use Role
de.cebis.moccabox.security   
de.cebis.moccabox.security.domain   
de.cebis.moccabox.security.impl.hibernate   
 

Uses of Role in de.cebis.moccabox.security
 

Methods in de.cebis.moccabox.security that return Role
 Role[] IUserService.getRolesForUser(User user)
           
 

Methods in de.cebis.moccabox.security with parameters of type Role
 void IGroupService.addMembership(User user, Group organisation, Role role)
           
 void IUserService.addUserRole(User user, Role role)
           
 Permission[] IAuthorizationService.getPermissionsForRole(Role role)
           
 

Uses of Role in de.cebis.moccabox.security.domain
 

Methods in de.cebis.moccabox.security.domain that return Role
 Role RolePermission.getRole()
           
 Role Membership.getRole()
           
 Role UserRole.getRole()
           
 

Methods in de.cebis.moccabox.security.domain with parameters of type Role
 void RolePermission.setRole(Role role)
           
 void Membership.setRole(Role role)
           
 void UserRole.setRole(Role role)
           
 

Uses of Role in de.cebis.moccabox.security.impl.hibernate
 

Methods in de.cebis.moccabox.security.impl.hibernate that return Role
 Role[] UserServiceImpl.getRolesForUser(User user)
           
 

Methods in de.cebis.moccabox.security.impl.hibernate with parameters of type Role
 void GroupManager.addMembership(User user, Group organisation, Role role)
           
 void UserServiceImpl.addRole(Role role)
           
 void UserServiceImpl.addUserRole(User user, Role role)
           
 Permission[] AuthorizationServiceImpl.getPermissionsForRole(Role role)
           
 Permission[] AuthorizationServiceImpl.getPermissionsForRole(Role role, org.hibernate.Session s)
           
 boolean AuthorizationServiceImpl.hasRole(User user, Role[] roles)